crypto/rsa.PSSOptions.saltLength (method)

5 uses

	crypto/rsa (current package)
		fips.go#L48: func (opts *PSSOptions) saltLength() int {
		fips.go#L78: 		return boring.SignRSAPSS(bkey, hash, digest, opts.saltLength())
		fips.go#L99: 	saltLength := opts.saltLength()
		fips.go#L141: 		if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {
		fips.go#L161: 	saltLength := opts.saltLength()